我們在前一篇已完成JupyterHub的安裝, 其中產生一個config檔做為安裝JupyterHub的參數檔, 這時我們來詳細看一下這個檔案設定了什麼
proxy:
secretToken: "a1280b641f26b1cb683b5dab77ced6b74e8fe484625bce4f4529f4e43fc3ab6b"
service:
type: NodePort
singleuser:
storage:
dynamic:
storageClass: nfs-client
hub:
config:
Authenticator:
admin_users:
- amdin
cull:
enabled: false
openssl rand -hex 32
指令所產生出來的tokon取消
中斷session的機制, 因此就算我們很久一段時間沒有操作JupyterHub也不會中斷連線. 若不加入這個設定, 預設的時間是120分鐘.更多的參數設定可以參考下列文件內容
到這裡已完成jupyterhub的安裝, 下一篇我們來使用jupyterheb撰寫notebook